home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / mousetest.readme < prev    next >
Text File  |  1992-12-17  |  1KB  |  28 lines

  1. Short: Tiny CLI commands for testing mousebuttons.
  2.  
  3. Someone asked me on IRC yesterday if there were any commands that could be
  4. put in a startup-sequence to test the mouse buttons.
  5.  
  6. OK, so maybe everyone already has these and I just didn't know where they were.
  7.  
  8. But rather than trying to track them down, I decided it would be easier just
  9. to write my own, and here they are.
  10.  
  11. In this archive you will find:
  12.  
  13.   TestLMB     - Program to use in CLI scripts to test the left mouse button.
  14.   TestRMB     - Program to use in CLI scripts to test the right mouse button.
  15.            (both of the above return 5 when pressed.  Test with "if WARN")
  16.  
  17.   TestLMB.ASM - sourcecode to TestLMB so you can see how hard I worked...not
  18.   TestRMB.ASM - sourcecode to TestRMB so you can see how hard I worked...not
  19.  
  20.   tstL.scp    - An example CLI script that uses TestLMB. Read it, then try it.
  21.   tstR.scp    - An example CLI script that uses TestRMB. Read it, then try it.
  22.  
  23. There ya go, enjoy....
  24.  
  25.     Ed Mackey           IRC:  LineNoise
  26.     PO Box 475
  27.     Wayne, PA 19087     email: elm4@lehigh.edu
  28.